Open
Conversation
Fix user model in backend.py - proper get_user_model() Removed demo() view & url Added rlp==0.6.0 to install_requires (crashes with rlp>=1.0) Added Bearle to MIT license
Moved ethereum_address retrieval from views to POST-only
Added templateview with login.html Aded django, packaging to requirements Added eth_utils to package requirements (setup.py), requirements.txt Added example/db.sqlite3 to gitignore Started autologin in js Made backend inherit from backends.ModelBackend Fixed LoginForm to do form-only work (data validation) Made SignupForm use arbitrary fields Added login_api to urls (temporarily) Added login_api view (working)
Moved all the settings to settings.py (from web3auth.settings import app_settings Fixed SignupForm in forms - added clean_address_field, made email required if present Addded redirect_url to successful login_api call, fixed form.errors.as_json() Made signup_api view Added temporary signup_api url
Added login, auto_login template views to urls Added working login, autologin to example templates Deleted old js, added callbacks in web3auth.js Removed templates in pkg, replaced with base Added couple of things to readme to explain to user
Fixed signup view
Used login_url param in html
Forced address field required too in Signup form Added unique reminder in the readme
Added sphinx to requirements_dev Fixed base.html in example Added redirect view to login in example urls, added url names Made docs buildable (inserted fix in docs/conf.py)
Added docstring to signup_view Added initial author to AUTHORS.rst
Travis happy
Added web.js since it is no longer auto added by metamask
Fixed look ups for URLs
feature: Add boilerplate for user ens name field
|
Hello, and thanks for making this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.